[INFO] fetching crate oak-regex 0.0.11...
[INFO] fixing oak-regex-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-regex 0.0.11 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate oak-regex 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-regex 0.0.11
[INFO] tweaked toml for crates.io crate oak-regex 0.0.11 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-regex 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-regex 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb
[INFO] running `Command { std: "docker" "start" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking oak-core v0.0.11
[INFO] [stderr]     Checking oak-testing v0.0.11
[INFO] [stderr]     Checking oak-regex v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `language::RegexLanguage` and `parser::element_type::RegexElementType`
[INFO] [stdout]  --> src/ast/mod.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{language::RegexLanguage, parser::element_type::RegexElementType};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]  --> src/ast/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new() -> Self {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![warn(missing_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lexer/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod token_type;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/parser/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod element_type;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> tests/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `language::RegexLanguage` and `parser::element_type::RegexElementType`
[INFO] [stdout]  --> src/ast/mod.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{language::RegexLanguage, parser::element_type::RegexElementType};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]  --> tests/builder/mod.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let _parser = RegexParser::new(&language);
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^ --------- unexpected argument of type `&RegexLanguage`
[INFO] [stdout]   |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]  --> src/parser/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new() -> Self {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]   |
[INFO] [stdout] 6 -     let _parser = RegexParser::new(&language);
[INFO] [stdout] 6 +     let _parser = RegexParser::new();
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> tests/lexer/mod.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let lexer = RegexLexer::new(&language);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ --------- unexpected argument of type `&RegexLanguage`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lexer/mod.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  8 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 10 -     let lexer = RegexLexer::new(&language);
[INFO] [stdout] 10 +     let lexer = RegexLexer::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RegexLexer: Lexer<_>` is not satisfied
[INFO] [stdout]   --> tests/lexer/mod.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     test_runner.run_tests(&lexer)
[INFO] [stdout]    |                 --------- ^^^^^^ the trait `Lexer<_>` is not implemented for `RegexLexer`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `LexerTester::run_tests`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-testing-0.0.11/src/lexing.rs:95:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn run_tests<L, Lex>(self, lexer: &Lex) -> Result<(), OakError>
[INFO] [stdout]    |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 95 |         Lex: Lexer<L> + Send + Sync + Clone,
[INFO] [stdout]    |              ^^^^^^^^ required by this bound in `LexerTester::run_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RegexLexer: Clone` is not satisfied
[INFO] [stdout]   --> tests/lexer/mod.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     test_runner.run_tests(&lexer)
[INFO] [stdout]    |                 --------- ^^^^^^ the trait `Clone` is not implemented for `RegexLexer`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `LexerTester::run_tests`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-testing-0.0.11/src/lexing.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn run_tests<L, Lex>(self, lexer: &Lex) -> Result<(), OakError>
[INFO] [stdout]    |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 95 |         Lex: Lexer<L> + Send + Sync + Clone,
[INFO] [stdout]    |                                       ^^^^^ required by this bound in `LexerTester::run_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/lexer/mod.rs:21:67
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut state = LexerState::<&SourceText, RegexLanguage>::new(&source);
[INFO] [stdout]    |                     --------------------------------------------- ^^^^^^^ expected `&&SourceText`, found `&SourceText`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&&SourceText`
[INFO] [stdout]               found reference `&SourceText`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-core-0.0.11/src/lexer/state.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn new(source: &'s S) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> tests/lexer/mod.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let lexer = RegexLexer::new(&language);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ --------- unexpected argument of type `&RegexLanguage`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lexer/mod.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  8 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 45 -     let lexer = RegexLexer::new(&language);
[INFO] [stdout] 45 +     let lexer = RegexLexer::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `lex` found for struct `RegexLexer` in the current scope
[INFO] [stdout]   --> tests/lexer/mod.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let result = lexer.lex(&source, &[], &mut cache);
[INFO] [stdout]    |                        ^^^ method not found in `RegexLexer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]  --> tests/parser/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let parser = RegexParser::new(&lang);
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^ ----- unexpected argument of type `&RegexLanguage`
[INFO] [stdout]   |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]  --> src/parser/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new() -> Self {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]   |
[INFO] [stdout] 9 -     let parser = RegexParser::new(&lang);
[INFO] [stdout] 9 +     let parser = RegexParser::new();
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RegexParser: Parser<_>` is not satisfied
[INFO] [stdout]   --> tests/parser/mod.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     test_runner.run_tests(&parser)
[INFO] [stdout]    |                 --------- ^^^^^^^ the trait `Parser<_>` is not implemented for `RegexParser`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `ParserTester::run_tests`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-testing-0.0.11/src/parsing.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub fn run_tests<L, P>(self, parser: &P) -> Result<(), OakError>
[INFO] [stdout]    |            --------- required by a bound in this associated function
[INFO] [stdout] 88 |     where
[INFO] [stdout] 89 |         P: Parser<L> + Send + Sync,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `ParserTester::run_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-regex` (test "main") due to 9 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]  --> src/ast/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn new() -> Self {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![warn(missing_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/lexer/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod token_type;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/parser/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod element_type;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb", kill_on_drop: false }`
[INFO] [stdout] 770af2db49e195a49bd2414604f45243a5221e7cde4d5af5d34e2ac24f7acffb
